transformation.associationtags.buttonlisteners
Class CancelButtonListener

java.lang.Object
  extended by transformation.associationtags.buttonlisteners.CancelButtonListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class CancelButtonListener
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
CancelButtonListener(AssociationTagWindow window)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Closes the association tag adding form without making any changes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CancelButtonListener

public CancelButtonListener(AssociationTagWindow window)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Closes the association tag adding form without making any changes

Specified by:
actionPerformed in interface java.awt.event.ActionListener